home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr42 / vocshow2.zip / VOC_SHOW.DOC < prev    next >
Text File  |  1993-06-08  |  2KB  |  37 lines

  1. VOC_2_PC.ZIP contains code to read and write SoundBlaster .VOC files and to
  2. play unpacked or 4-bit packed files on the IBM PC's speaker.  This is a
  3. cleaned up version of voc_pc.zip.  It also includes a faster, table driven,
  4. sound sample compressor suggested by Terje Mathisen (terjem on BIX).  In
  5. general, the source code shown here is designed for readability, not speed.
  6.  
  7. Copyright Tom Moran, 1992, may be used by anyone for any purpose.
  8. Decision Aids, 14701 Farwell Ave. Saratoga, CA.
  9.                               BIX tmoran
  10.                               CIS 71541,3125
  11.                               2113665@MCIMail.com
  12.                               voice (408) 741-5952
  13. May 21, 1992
  14.  
  15. Files:
  16.        external specifications
  17. COMMAND_.LIB           command line processor
  18. COMPRESS.LIB           compress .voc unpacked (8 bit) to packed (4 bit) sound
  19. DOS_IO.LIB             MSDOS file IO utilities
  20. PC_SOUND.LIB           play packed sound through PC speaker
  21. SB_SAMPL.LIB           data definitions for Sound Blaster sampled sound
  22. VOC_DATA.LIB           data definitions for handling .voc files
  23. VOC_IO.LIB             IO routines for reading/writing .voc files
  24. VOC_PC.LIB             interface routine to call appropriate sound maker
  25.        actual bodies of code
  26. COMPRESS.PKG           compress .voc unpacked (8 bit) to packed (4 bit) sound
  27. VOC_IO.PKG             IO routines for reading/writing .voc files
  28. VOC_PC.PKG             interface routine to call appropriate sound maker
  29. VOC_SHOW.PKG           main program to show and play .voc files
  30. PC_SOUND.ASM           play packed sound through PC speaker
  31.                          (note, this is Janus Ada JASM86, not MASM)
  32.        main program
  33. VOC_SHOW.PKG           usage: voc_show myday.voc
  34.        sample data file
  35. MYDAY.VOC              Clint Eastwood, converted from MAKMYDAY.VOC
  36.                        in SOUND.ZIP on Channel 1 BBS.
  37.